home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / epromdeo.arc / INSTALLH.BAT < prev    next >
DOS Batch File  |  1989-04-22  |  205b  |  18 lines

  1. echo off
  2. e:
  3. cd \
  4. md sprint
  5. cd sprint
  6. copy a:*.*
  7. md utility
  8. cd utility
  9. copy a:\utility\*.*
  10. cd \sprint
  11. md examples
  12. cd examples
  13. copy a:\examples\*.*
  14. cd \sprint\utility
  15. test
  16. cd \sprint
  17. sprint
  18.